home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef MstrDtlUH
- #define MstrDtlUH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Db.hpp>
- #include <vcl\DBGrids.hpp>
- #include <vcl\DBTables.hpp>
- #include <vcl\Grids.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TDBGrid *DBGrid1;
- TDataSource *DataSource1;
- TTable *Master;
- TDBGrid *DBGrid2;
- TDataSource *DataSource2;
- TTable *Details;
-
-
- TLabel *Label1;
- TLabel *Label2;
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-